3.1.10 \(\int \frac {(a+b x^2) (A+B x^2)}{x^7} \, dx\) [10]

Optimal. Leaf size=33 \[ -\frac {a A}{6 x^6}-\frac {A b+a B}{4 x^4}-\frac {b B}{2 x^2} \]

[Out]

-1/6*a*A/x^6+1/4*(-A*b-B*a)/x^4-1/2*b*B/x^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 33, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {457, 77} \begin {gather*} -\frac {a B+A b}{4 x^4}-\frac {a A}{6 x^6}-\frac {b B}{2 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + b*x^2)*(A + B*x^2))/x^7,x]

[Out]

-1/6*(a*A)/x^6 - (A*b + a*B)/(4*x^4) - (b*B)/(2*x^2)

Rule 77

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && (NeQ[n, -1] || EqQ[p, 1]) && N
eQ[b*e + a*f, 0] && ( !IntegerQ[n] || LtQ[9*p + 5*n, 0] || GeQ[n + p + 1, 0] || (GeQ[n + p + 2, 0] && Rational
Q[a, b, d, e, f])) && (NeQ[n + p + 3, 0] || EqQ[p, 1])

Rule 457

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {\left (a+b x^2\right ) \left (A+B x^2\right )}{x^7} \, dx &=\frac {1}{2} \text {Subst}\left (\int \frac {(a+b x) (A+B x)}{x^4} \, dx,x,x^2\right )\\ &=\frac {1}{2} \text {Subst}\left (\int \left (\frac {a A}{x^4}+\frac {A b+a B}{x^3}+\frac {b B}{x^2}\right ) \, dx,x,x^2\right )\\ &=-\frac {a A}{6 x^6}-\frac {A b+a B}{4 x^4}-\frac {b B}{2 x^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 35, normalized size = 1.06 \begin {gather*} -\frac {a A}{6 x^6}+\frac {-A b-a B}{4 x^4}-\frac {b B}{2 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x^2)*(A + B*x^2))/x^7,x]

[Out]

-1/6*(a*A)/x^6 + (-(A*b) - a*B)/(4*x^4) - (b*B)/(2*x^2)

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 28, normalized size = 0.85

method result size
default \(-\frac {A b +B a}{4 x^{4}}-\frac {a A}{6 x^{6}}-\frac {b B}{2 x^{2}}\) \(28\)
norman \(\frac {-\frac {b B \,x^{4}}{2}+\left (-\frac {A b}{4}-\frac {B a}{4}\right ) x^{2}-\frac {A a}{6}}{x^{6}}\) \(30\)
risch \(\frac {-\frac {b B \,x^{4}}{2}+\left (-\frac {A b}{4}-\frac {B a}{4}\right ) x^{2}-\frac {A a}{6}}{x^{6}}\) \(30\)
gosper \(-\frac {6 b B \,x^{4}+3 A b \,x^{2}+3 B a \,x^{2}+2 A a}{12 x^{6}}\) \(32\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^2+a)*(B*x^2+A)/x^7,x,method=_RETURNVERBOSE)

[Out]

-1/4*(A*b+B*a)/x^4-1/6*a*A/x^6-1/2*b*B/x^2

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 29, normalized size = 0.88 \begin {gather*} -\frac {6 \, B b x^{4} + 3 \, {\left (B a + A b\right )} x^{2} + 2 \, A a}{12 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)*(B*x^2+A)/x^7,x, algorithm="maxima")

[Out]

-1/12*(6*B*b*x^4 + 3*(B*a + A*b)*x^2 + 2*A*a)/x^6

________________________________________________________________________________________

Fricas [A]
time = 1.35, size = 29, normalized size = 0.88 \begin {gather*} -\frac {6 \, B b x^{4} + 3 \, {\left (B a + A b\right )} x^{2} + 2 \, A a}{12 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)*(B*x^2+A)/x^7,x, algorithm="fricas")

[Out]

-1/12*(6*B*b*x^4 + 3*(B*a + A*b)*x^2 + 2*A*a)/x^6

________________________________________________________________________________________

Sympy [A]
time = 0.25, size = 32, normalized size = 0.97 \begin {gather*} \frac {- 2 A a - 6 B b x^{4} + x^{2} \left (- 3 A b - 3 B a\right )}{12 x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**2+a)*(B*x**2+A)/x**7,x)

[Out]

(-2*A*a - 6*B*b*x**4 + x**2*(-3*A*b - 3*B*a))/(12*x**6)

________________________________________________________________________________________

Giac [A]
time = 1.09, size = 31, normalized size = 0.94 \begin {gather*} -\frac {6 \, B b x^{4} + 3 \, B a x^{2} + 3 \, A b x^{2} + 2 \, A a}{12 \, x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)*(B*x^2+A)/x^7,x, algorithm="giac")

[Out]

-1/12*(6*B*b*x^4 + 3*B*a*x^2 + 3*A*b*x^2 + 2*A*a)/x^6

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 30, normalized size = 0.91 \begin {gather*} -\frac {\frac {B\,b\,x^4}{2}+\left (\frac {A\,b}{4}+\frac {B\,a}{4}\right )\,x^2+\frac {A\,a}{6}}{x^6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B*x^2)*(a + b*x^2))/x^7,x)

[Out]

-((A*a)/6 + x^2*((A*b)/4 + (B*a)/4) + (B*b*x^4)/2)/x^6

________________________________________________________________________________________